
.top1{
    border-right: 1px solid #cdcdcd;
    padding-right:30px;
    text-align: center;
}
.top2{
    line-height: 32px;
    margin-top: 47px;
    font-size: 14px;
}

.footer {
	width: 1260px;
	margin: 0 auto;
	/* height: 200px; */
	/* position: relative; */
	background-color: #ffffff;
}

.footer  .body-top {
	/* position: relative; */
	/* width: 1260px; */
	/* height: 176px; */
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 0px 10px 0px 10px;
	background: #eee;
	padding-bottom: 20px;
    padding-top: 20px;
}

.footer  .body-top .body-top-logo {
	/* float: left; */
	/* width: 343px; */
	height: 55px;
	margin-top: 15px;
	text-align: center;
}

.footer  .body-top .body-top-logo img {
	/* width: 290px; */
	height: 36px;
}

.footer  .body-top .dody-top-line {
	width: 2px;
	height: 45px;
	background-color: #E5E5E5;
	position: absolute;
	left: 344px;
	line-height: 75px;
	margin-top: 15px
}

.footer  .body-top .body-top-nav {
	float: left;
	width: 915px;
	height: 75px
}

.footer  .body-top .body-top-nav ul {
	margin-left: 50px
}

.footer  .body-top .body-top-nav ul li {
	float: left;
	margin-right: 59px
}

.footer  .body-top .body-top-nav ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 75px;
	height: 75px
}

.footer  .body-top .body-top-nav ul li a:hover {
	color: #E30B20
}

.footer  .body-bottom {
	/* width: 1200px; */
	/* height: 123px; */
	/* border-top: 1px solid #e5e5e5; */
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	background: #686868;
	color: #fff;
    line-height: 26px;
    text-align: center;
    padding: 10px 0px;
}

.footer  .body-bottom a{
	color: #fff;
	padding-left: 20px;
	padding-right:20px
}
.footer  .body-bottom a:hover{
	color:red;
	padding-left: 20px;
}

.footer  .body-top .top1 .body-bottom-function {
	/* float: left; */
	/* width: 345px; */
	line-height: 32px;
	font-size: 14px;
	/* height: 93px; */
	/* padding-top: 30px; */
	/* border-right: 1px solid #E5E5E5; */
}

.footer  .body-top .platform{
	font-size: 21px;
	line-height: 38px;
	width: 144px;
	border-bottom: 2px solid;
	border-bottom-color: #0474d7;
}

.footer  .body-top .logos{
	/* font-size: 21px; */
	/* line-height: 38px; */
	/* border-bottom: 2px solid; */
	/* border-bottom-color: #0474d7; */
	padding: 10px 0px;
	display: flex;
    text-align: center;
}

.footer  .body-top .info{
	font-size: 14px;
	/* line-height: 38px; */
	/* border-bottom: 2px solid; */
	/* border-bottom-color: #0474d7; */
	padding: 10px 0px;
	line-height: 28px;
    margin-top: 47px;
}

.footer  .body-top .logos img{
	/* font-size: 21px; */
	/* line-height: 38px; */
	/* border-bottom: 2px solid; */
	/* border-bottom-color: #0474d7; */
	padding: 10px;
	width: 142px;
}

.footer  .body-bottom .statistics {
	width: 370px;
	height: 93px;
	padding-top: 30px;
	margin-left: 50px;
	border-right: 1px solid #E5E5E5;
	float: left
}

.footer  .body-bottom .statistics .clicks li {
	float: left;
	margin-right: 40px
}

.footer  .body-bottom .statistics .clicks li a {
	font-size: 14px;
	color: #666
}
.footer  .body-bottom .statistics .clicks li .reds {
	color: #E30B20;
}
.footer  .body-bottom .statistics .clicks li a:hover {
	color: #E30B20;
}
.footer  .body-bottom .statistics .click-content{
	width: 312px;
	height: 20px;
}
.footer  .body-bottom .statistics .click-content .quantity {
	margin-top: 35px;
	width: 100%;
	height: 100%;
}
.footer  .body-bottom .statistics .click-content .quantity .left{
	float: left;
}
.footer  .body-bottom .statistics .click-content .quantity .middle{
	margin-left: 10%;
}
.footer  .body-bottom .statistics .click-content .quantity .right{
	float: right;
}
.footer  .body-bottom .statistics .click-content .quantity li {
	float: left;
	font-size: 14px;
	color: #999;
	font-weight: 400
}

.footer  .body-bottom .statistics .click-content .quantity li span {
	font-size: 14px;
	color: #666
}

.footer  .body-bottom .putonrecords {
	float: left;
	padding-top: 26px;
	margin-left: 50px
}

.footer  .body-bottom .putonrecords P {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 28px
}

.footer .blogroll {
	position: absolute;
	top: -218px;
	color: #333;
	font-size: 16px;
}
.footer .blogroll:hover{
	display: block !important;
}
.footer .blogroll .arrows{
	width: 18px;
    height: 18px;
    margin: 0 auto;
    transform: rotate(45deg);
    background-color: #fff;
    margin-top: -10px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.footer .blogroll  ul {
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	height: 220px;
	padding: 29px 30px;
	background-color: #fff;
	border: 1px solid #E5E5E5;
}

.footer .blogroll ul li {
	margin-bottom: 14px
}

.footer .blogroll ul li a {
	font-size: 14px;
	color: #333
}

.footer .blogroll ul li a:hover {
	color: #E30B20
}

.footer .blogroll ul li:hover {
	color: #E30B20
}
